C1.DataCollection Assembly / C1.DataCollection Namespace / C1ConvertDataCollection<S,T> Class / CanReplaceRange Method

In This Topic
CanReplaceRange Method (C1ConvertDataCollection<S,T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function CanReplaceRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of T) _
) As Boolean
 

Parameters

startingIndex
items
See Also